Release 10.1A: OpenEdge Data Management:
SQL Reference


CONCAT

Returns a concatenated character string formed by concatenating two arguments.

Syntax

CONCAT ( char_expression , char_expression ) 

Example

This example illustrates the CONCAT function:

SELECT last_name, empno, salary  
    FROM customer  
    WHERE project = CONCAT('US',proj_nam); 

Notes

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095